home *** CD-ROM | disk | FTP | other *** search
/ Champak 64 / Volume 64 - JOGO DISK .iso / Games / skecthpad.swf / scripts / frame_35 / DoAction_3.as < prev    next >
Text File  |  2008-04-25  |  496b  |  23 lines

  1. function goBack()
  2. {
  3.    for(i in _root)
  4.    {
  5.       if(_root[i] instanceof MovieClip)
  6.       {
  7.          _root[i].removeMovieClip();
  8.       }
  9.    }
  10.    gotoAndStop("menu_01");
  11. }
  12. _root.setthickness = 4.5;
  13. _root.tooltext = "";
  14. _root.setopacity = 100;
  15. _root.setcolor = "0x000000";
  16. _root.colormixertext = "color mixer";
  17. _root.activeitem = 2;
  18. _root.color_mixer._visible = false;
  19. _root.setter01._visible = false;
  20. _root.setter02._visible = false;
  21. _root.setter03._visible = false;
  22. stop();
  23.